projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0f52b
)
* lisp/dired.el (dired-jump-map): Bind also "j" to dired-jump.
author
Stefan Kangas
<stefan@marxist.se>
Fri, 8 Jul 2022 14:13:56 +0000
(16:13 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 8 Jul 2022 14:14:17 +0000
(16:14 +0200)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 3eff218728470d66abdb0453c312a3447e163407..48dffa0e364bc80cd9fd41a710f2c3221cbda9e4 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-4807,6
+4807,7
@@
Interactively with prefix argument, read FILE-NAME."
(defvar-keymap dired-jump-map
:doc "Keymap to repeat `dired-jump'. Used in `repeat-mode'."
+ "j" #'dired-jump
"C-j" #'dired-jump)
(put 'dired-jump 'repeat-map 'dired-jump-map)